'Declaration Public Function FindValue( _
ByVal valueThe value to locate in the dictionary.As T _
) As System.String
public System.String FindValue(
T value
)
public: System.String FindValue(
T* value
)
public:
System.String FindValue(
T^ value
)
Parameters
- value
- The value to locate in the dictionary.
Return Value
Key of specified value, if the dictionary contains an element with specified value; otherwise null.